home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 January / maximum-cd-1999-01.iso / Benchmarks / 12 Step / MusicMatch Jukebox / mmsetup.EXE / data1.cab / Help_Files / WebHelp.cab / hhapplet / IndexSecondaryEntry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-27  |  782 b   |  14 lines

  1. package hhapplet;
  2.  
  3. public class IndexSecondaryEntry {
  4.    public String name;
  5.    public String local;
  6.    public String url;
  7.    public String frame;
  8.    public String see_also;
  9.  
  10.    public String toString() {
  11.       return this.getClass().getName() + "[name=" + this.name + ",local=" + this.local + ",url=" + this.url + ",see also=" + this.see_also + ",frame=" + this.frame + "]";
  12.    }
  13. }
  14.